home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / other-tools / amisearch11 / convertconfig < prev    next >
Encoding:
Text File  |  1996-07-16  |  324 b   |  18 lines

  1. ; Reads the old config file for AmiSearch
  2. ; and converts it to the new format
  3.  
  4. DELETE ENV:AmiSearch.sets
  5. CD ENV:
  6. RENAME AmiSearch.paths AmiSearch.sets
  7. ECHO "0" >> AmiSearch.sets
  8. ECHO "0" >> AmiSearch.sets
  9. ECHO "0" >> AmiSearch.sets
  10. DELETE ENVARC:AmiSearch.sets
  11. DELETE ENVARC:AmiSearch.paths
  12. COPY AmiSearch.sets ENVARC:
  13.  
  14.  
  15.  
  16.  
  17.  
  18.